projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a30a54a
)
Drop unused variables
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 14 Nov 2014 16:47:24 +0000
(11:47 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 14 Nov 2014 16:48:50 +0000
(11:48 -0500)
Keeps the compiler happy.
gtk/gtkstack.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstack.c
b/gtk/gtkstack.c
index 514e989e161eb86e5c00110e49eb95dbf4802ee7..485d8a9cae427dae0eadc7a1245a42505d2d61fa 100644
(file)
--- a/
gtk/gtkstack.c
+++ b/
gtk/gtkstack.c
@@
-586,8
+586,6
@@
gtk_stack_get_child_property (GtkContainer *container,
GtkStack *stack = GTK_STACK (container);
GtkStackPrivate *priv = gtk_stack_get_instance_private (stack);
GtkStackChildInfo *info;
- GList *list;
- guint i;
info = find_child_info_for_widget (stack, child);
if (info == NULL)